home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / maya_miguel_global_groovin.swf / scripts / DefineButton2_333 / BUTTONCONDACTION on(press).as
Text File  |  2007-09-27  |  97b  |  7 lines

  1. on(press){
  2.    if(!_root.gameStarted)
  3.    {
  4.       _root.sound5demo.gotoAndPlay("on");
  5.    }
  6. }
  7.